de.unkrig.html2txt.Main.main(String[]).html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of html2txt Show documentation
Show all versions of html2txt Show documentation
A tool to convert HTML documents into plain text.
Usage:
html2txt
[ option ] ... input-file
-
Converts the HTML document in the input-file to plain text, and writes it to STDOUT.
html2txt
[ option ] ... input-file output-file
-
Converts the HTML document in the input-file to plain text, and writes it to the
output-file.
Options:
--help
- Print this text and terminate.
--page-width
width
- The maximum line length to produce. Defaults to the value of the "
$COLUMNS
" environment variable, if
set, otherwise to "80".
--encoding
charset
- The charset to use when reading the input file and writing the output file.
--input-encoding
charset
- The charset to use when reading the input file.
--output-encoding
charset
- The charset to use when writing the output file.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy